home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000073_tim@maths.tcd.ie_Sat Feb 11 06:33:03 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA27843
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 11 Feb 1995 06:33:03 -0500
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie  with SMTP
  4.           id aa05936; 10 Feb 95 11:08 GMT
  5. Subject: Re: TeX compilation and wchar_t problem
  6. To: andreas@mpa-garching.mpg.de
  7. Date: Fri, 10 Feb 1995 11:08:20 (GMT)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <199502100921.KAA50311@ibm-1.MPA-Garching.MPG.DE> from "Andreas Schott" at Feb 10, 95 10:21:03 am
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 459       
  16. Message-Id:  <9502101108.aa12762@hamilton.maths.tcd.ie>
  17.  
  18. > Sorry for the late answer, yesterday I had no access
  19. > to the TeX-source-tree. You have to go to edit the file
  20. > web2c/lib/c-auto.h(.in) and there you have to define
  21. > #define NO_FOIL_X_WCHAR_T
  22. > The entry is #undef FOIL_X_WCHAR_T, but this does not
  23. > work because NO_FOIL_X_WCHAR_T is checked and not
  24. > FOIL_X_WCHAR_T in web2c/mf/MFwindow/x11-Xt.c.
  25.  
  26. But can one not just say
  27.  
  28. make CFLAGS=-DNO_FOIL_X_WCHAR_T
  29.  
  30. so that no source files need be changed ?
  31.  
  32.